home *** CD-ROM | disk | FTP | other *** search
/ Amiga Tools 2 / Amiga Tools 2.iso / tools / vim / src / proto / screen.pro < prev    next >
Text File  |  1995-03-09  |  1KB  |  32 lines

  1. /* screen.c */
  2. void updateline __PARMS((void));
  3. void updateScreen __PARMS((int type));
  4. void win_update __PARMS((struct window *wp));
  5. void status_redraw_all __PARMS((void));
  6. void win_redr_status __PARMS((struct window *wp));
  7. void screen_outchar __PARMS((int c, int row, int col));
  8. void screen_msg __PARMS((unsigned char *msg, int row, int col));
  9. void screen_start __PARMS((void));
  10. int set_highlight __PARMS((int context));
  11. void start_highlight __PARMS((void));
  12. void stop_highlight __PARMS((void));
  13. void screen_fill __PARMS((int start_row, int end_row, int start_col, int end_col, int c1, int c2));
  14. void comp_Botline_all __PARMS((void));
  15. void comp_Botline __PARMS((struct window *wp));
  16. void screenclear __PARMS((void));
  17. void check_cursor __PARMS((void));
  18. void cursupdate __PARMS((void));
  19. void curs_columns __PARMS((int scroll));
  20. int getvcol __PARMS((struct window *wp, struct fpos *pos, int type));
  21. void scrolldown __PARMS((long nlines));
  22. void scrollup __PARMS((long nlines));
  23. int win_ins_lines __PARMS((struct window *wp, int row, int nlines, int invalid, int mayclear));
  24. int win_del_lines __PARMS((struct window *wp, int row, int nlines, int invalid, int mayclear));
  25. void win_rest_invalid __PARMS((struct window *wp));
  26. int screen_del_lines __PARMS((int off, int row, int nlines, int end));
  27. void showmode __PARMS((void));
  28. void delmode __PARMS((void));
  29. void showruler __PARMS((int always));
  30. void win_redr_ruler __PARMS((struct window *wp, int always));
  31. int screen_valid __PARMS((void));
  32.